home *** CD-ROM | disk | FTP | other *** search
/ Business Shareware / Business Shareware.iso / start / gfxapps / techplt1 / tpsheet2.hlp < prev    next >
Text File  |  1992-09-20  |  3KB  |  101 lines

  1. ** File: TPSheet2.hlp
  2. ** Index: 22
  3.  
  4. ** Sheet View's Edit Menu Commands
  5.  
  6.  
  7. █  Edit menu
  8.  
  9.     The Edit menu contains data sheet
  10. editing commands that let you cut, copy,
  11. paste, delete and insert data in the
  12. Sheet View windows.  If you make a
  13. mistake, you can undo the most recent
  14. change.
  15.  
  16.     All the data editing commands use
  17. the Clipboard to interchange data.  The
  18. Clipboard is the magic behind cutting and
  19. pasting.  It is a special data storage
  20. place that holds data that you have cut
  21. or copied, so you can paste it elsewhere.
  22.  
  23.  
  24. █  Undo
  25.  
  26.     The Edit | Undo command restores the
  27. data in the current data sheet to the way
  28. it was before the most recent editing
  29. event.
  30.  
  31.  
  32. █  Cut
  33.  
  34.     The Edit | Cut command removes the
  35. selected data block from your data sheet
  36. and places the data in the Clipboard.  The
  37. removed data cells are filled with blank
  38. cells.  You can paste that data into any
  39. other data sheet or somewhere else in the
  40. same data sheet by choosing the Edit | Paste
  41. command.  The data remains in the Clipboard
  42. so that you can paste the same data many
  43. times.
  44.  
  45.  
  46. █  Copy
  47.  
  48.     The Edit | Copy command places the
  49. selected data in the Clipboard and leaves
  50. the selected data intact.  You can then
  51. paste that data into any other data sheet
  52. by choosing Edit | Paste command.
  53.  
  54.  
  55. █  Paste
  56.  
  57.     The Edit | Paste command puts data from
  58. the Clipboard into the current data sheet
  59. at the cursor position.  This action
  60. depends on what you have in the Clipboard.
  61. If the data in the Clipboard contains
  62. columns (rows), then it will paste data in
  63. columns starting at the column (row) which
  64. contains the cursor cell; if the data in
  65. the Clipboard contains only a block of data
  66. cells, then the paste action will put the
  67. data  to the sheet starting at the current
  68. cursor cell.  The paste action overwrites
  69. data in the data sheet.  It does not insert
  70. data into the data sheet.  To insert data,
  71. use the Edit | Insert command.
  72.          
  73.  
  74. █  Clear
  75.  
  76.     The Edit | Clear command removes the
  77. selected data from the data sheet but does
  78. not place it into the Clipboard.  The
  79. removed data cells are filled with blank
  80. cells.  This means that you can not paste
  81. the data as you could if you had chosen Cut
  82. or Copy commands.
  83.  
  84.  
  85. █  Delete
  86.  
  87.     The Edit | Delete command works like the
  88. Edit | Clear command.  It removes the
  89. selected data from the data sheet but does
  90. not place it into the Clipboard.  This
  91. command also shift the data sheet so that
  92. there are no blank cells.
  93.  
  94.  
  95. █  Insert
  96.  
  97.   The Edit | Insert command inserts data
  98. from the Clipboard into the data sheet
  99. starting at the current cursor cell.
  100.  
  101.